Configuration Function
Sets the voltage range of the channel specified by CHAN:VOLT:NSEL and sets the voltage protection (OVP and UVP) to default.
Command
CONFigure[:SCALar]:VOLTage[:DC] [{<numeric>|MIN|MAX|DEF}]
Parameter <numeric> Voltage range setting
Value: | 2, 20, or 200 | If default is specified or the parameter is omitted, the range is set to AUTO. |
This command is the same as sending the following commands.
[SENSe:]VOLTage[:DC]:RANGe <numeric>
[SENSe:]VOLTage[:DC]:PROTection[:UPPer] DEFault
[SENSe:]VOLTage[:DC]:PROTection:LOWer DEFault
Sets the voltage range of all logical channels that are set as scanned sources for voltage scanning and sets the voltage protection (OVP and UVP) to default.
Command
CONFigure[:SCALar]:VOLTage[:DC]:ALL [{<numeric>|MIN|MAX|DEF}]
Parameter <numeric> Voltage range setting
Value: | 2, 20, or 200 | If default is specified or the parameter is omitted, the range of all channels is set to AUTO. |
This command is the same as sending the following commands to all channels set as scanned sources.
[SENSe:]VOLTage[:DC]:RANGe <numeric>
[SENSe:]VOLTage[:DC]:PROTection[:UPPer] DEFault
[SENSe:]VOLTage[:DC]:PROTection:LOWer DEFault
Queries the voltage range setting, resolution setting, and voltage protection (OVP and UVP) of the channel specified by CHAN:VOLT:NSEL.
Command
CONFigure[:SCALar]?
Response
Returns the following in the <String> form in response to CONFigure[:SCALar]?.
(Example) When the voltage range setting is AUTO, the resolution is 0.001, UVP is 0, and OVP is 20.
Returns "VOLT AUTO,1.0000E-03,0,2.00000E01".